#e[Player]
#ScriptVersion[2] 
#Menu[JA]
#Text[gU^Cv

	]
#ReplayName[A]
script_player_main
{

	let PlayerType="A";

	@Initialize
	{
		IntializeLoading;
		SetSpeed(4.0, 1.5);//@̈ړx
		IntializeTask;
		Tmain;
	}

	task Tmain
	{
		yield;
		IntializeTmain;
	}

	@MainLoop
	{
		MainLoopTask;
	}


	@Missed
	{
		MissLoopTask;
	}

	@SpellCard
	{
		SpellCardTask;
	}

	@DrawLoop
	{
		DrawLoopTask;
	}

	@Finalize
	{

	}

#include_script".\..\txt\Include.txt"
}

#include_script".\..\txt\Spell001.txt"
